home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #3 / Amiga Plus CD - 2002 - No. 03.iso / AmiSoft / Dev / E / Findmodule.readme < prev    next >
Text File  |  2003-02-24  |  2KB  |  38 lines

  1. Short:        Find OS Function or CONST or whatever you want in your modulebase
  2. Author:       Ingo Musquinier <ingo@night.de>
  3. Uploader:     ingo@night.de
  4. Version:      1.0 (18.01.03)
  5. Type:         dev/e
  6. Distribution: Aminet
  7. Requires:     util/libs/mui38usr.lha, dev/mui/MCC_NList0_89.lha
  8. Replaces:     boredom ;)
  9.  
  10. What is this? This is a useful tool for AmigaE-Developers (i think).
  11.  
  12. I used to use Findmodule 1.1j which was part of the AmigaE-distribution.
  13. It was ok to go with it for a while but the more often i used it, the more
  14. often i felt its userunfriendliness. It also lacks some functionality which
  15. would be good to have. Therefore i made a new version of it which is
  16. much more userfriendly and has more functionality.
  17.  
  18. Here are the diffs/improvements:
  19.  
  20. - fancy MUI-GUI (hell i like MUI soo much ;)
  21. - decent patternmatching so you really find all what you are looking for
  22. - Built-In ShowModule, that is, doubleclicking on a line in the mainwindow
  23.   you will see the whole module in a different window. This works with upto 50
  24.   for now (i think 50 is enough).
  25. - Those (upto) 50 windows can easily be arranged on your screen
  26. - Remembers your last path and pattern on exit
  27. - due to MUI it can be redirected to any publicscreen you want
  28. - 100% locale support (.cd and .ct is provided in the archive)
  29. - it has not the bugs from the other findmodule e.g.
  30.   where #define something(a,b,c,d) Blah(a,b,c,d) suddenly becomes
  31.   #define something(a,c,d,e) Blah(a,b,c,d) - it is possible
  32.   to show it correctly you know ;)
  33. - it handles modules which were compiled with CreativE
  34.   (currently there`s nothing on Aminet that can handle modules compiled with
  35.   CreativE)
  36. - made by #AmigaZeux and most likely to be ported to MOS through ECX (hi Leif)
  37. - there are some ideas what to add next - stay tuned.
  38.